home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tex / rexx / sdvitofront.mg < prev    next >
Encoding:
Text File  |  1995-03-15  |  196 b   |  8 lines

  1. /* Brings the previewer "ShowDVI" to frontmost screen */
  2.  
  3. IF SHOW('P', 'showdvi') THEN DO
  4.     ADDRESS "showdvi" tofront
  5.     ADDRESS "showdvi" activate
  6.     END
  7. ELSE 'rexx-display "ShowDVI is not running."'
  8.